delegate invocation meaning in English
委托引用
Examples
- A delegate invocation uses the name of a delegate and method parameters in parenthesis
委托调用使用委托的名称和括号内的方法参数。 - Method invocations and delegate invocations evaluate to the return value of the method , if the method returns a value
如果方法返回值,则方法调用和委托调用的计算结果为该方法的返回值。